home *** CD-ROM | disk | FTP | other *** search
- echo off
- REM Copyright (c) 1999-2004 PaperCut Software Pty. Ltd.
- REM
- REM ##########################################################################
- REM #
- REM # A simple script to automatically add newly added domain users to the
- REM # PaperCut user database. This script is appropriate for automatic
- REM # scheduling out of the Windows Task Scheduler.
- REM #
- REM # This script records any errors or events under the PaperCut Application
- REM # event log.
- REM #
- REM ##########################################################################
- REM
-
- "%~d0%~p0..\PaperCut.exe" /addnewusers
-